home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HDownload / HScheduler.CSY / RCDATA / TSCHEDPREFS / TSCHEDPREFS.txt
Text File  |  2002-04-17  |  2KB  |  80 lines

  1. object SchedPrefs: TSchedPrefs
  2.   Left = 257
  3.   Top = 199
  4.   BorderStyle = bsDialog
  5.   Caption = 'Nastaven∩┐╜'
  6.   ClientHeight = 130
  7.   ClientWidth = 419
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 6
  20.     Top = 5
  21.     Width = 309
  22.     Height = 13
  23.     Caption = 'Kdy∩┐╜ dva projekty vy∩┐╜aduj∩┐╜ stejn∩┐╜ zdroje pro p∩┐╜ipojen∩┐╜'
  24.   end
  25.   object Label3: TLabel
  26.     Left = 142
  27.     Top = 30
  28.     Width = 156
  29.     Height = 13
  30.     Caption = 'minut na ukon∩┐╜en∩┐╜ prvn∩┐╜ho projektu'
  31.   end
  32.   object OKBtn: TButton
  33.     Left = 339
  34.     Top = 71
  35.     Width = 76
  36.     Height = 25
  37.     Caption = 'OK'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 0
  41.     OnClick = OKBtnClick
  42.   end
  43.   object CancelBtn: TButton
  44.     Left = 339
  45.     Top = 101
  46.     Width = 76
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = 'Zru∩┐╜it'
  50.     ModalResult = 2
  51.     TabOrder = 1
  52.   end
  53.   object WaitRadioButton: TRadioButton
  54.     Left = 19
  55.     Top = 30
  56.     Width = 76
  57.     Height = 13
  58.     Caption = '∩┐╜ekat'
  59.     Checked = True
  60.     TabOrder = 2
  61.     TabStop = True
  62.   end
  63.   object NewInstanceRadioButton: TRadioButton
  64.     Left = 19
  65.     Top = 52
  66.     Width = 374
  67.     Height = 13
  68.     Caption = 'Spustit novou instaci Hnet Info Downloadu pro druh∩┐╜ projekt'
  69.     TabOrder = 3
  70.   end
  71.   object WaitTimeEdit: TEdit
  72.     Left = 102
  73.     Top = 26
  74.     Width = 28
  75.     Height = 21
  76.     TabOrder = 4
  77.     Text = '2'
  78.   end
  79. end
  80.